home *** CD-ROM | disk | FTP | other *** search
- Resplendent Filefind Component
- (c) 1998 Resplendence Software Projects
- version 1.01, March 27th 1998
- Author : Daniel Terhell
- email : daniel@resplendence.com
- website: http://www.resplendence.com
-
- Resplendent Filefind Component may be used and distributed freely for
- non commercial purposes.
-
- A license for use in commercial applications together with the source
- code is available for $39.
-
- Browse to https://www.regnow.com/softsell/nph-softsell.cgi?item=1192-2
- to order Resplendent Filefind Component online with your creditcard over
- a highly secure Verisign connection and download the registered product
- immediately.
-
- LIMITATION OF LIABILITY:
-
- IN NO EVENT SHALL WE BE LIABLE FOR ANY INCIDENTAL, CONSEQUENTIAL, OR
- PUNITIVE DAMAGES WHATSOEVER ARISING OUT OF USE OF THE USE OF THE
- SOFTWARE. SOME STATES AND COUNTRIES DO NOT ALLOW EXCLUSION OR
- LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES,
- THEREFORE THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
-
-
- Product Description:
- --------------------
- Resplendent File Find is a Delphi 32bit component that allows searching
- specified drives,paths and/or files for a text string using a separate thread.
-
- History:
- --------
- version 1.00, Jan 30th 1998: initial version
- version 1.01, Mar 27th 1998: fixed a bug in GetFixedDrives,
- GetRamDrives,GetRemoteDrives,GetRemovableDrives and GetCDRomDrives
- that would return corrupted data.
-
-
- Installation of the component:
- ------------------------------
- Start Delphi2, Delphi3 or C++ Builder. Click Component, Install Component,
- Browse. Now point to the file RSPFIND.DCU (for Delphi) or RSPFIND.OBJ
- (for C++ Builder). The component will appear on a tab called Resplendence.
-
- Properties:
- -----------
- property Drives: String
- A string specifying the drives to search. Should contain only
- letters. You can eventually use GetFixedDrives, GetRemoteDrives and
- GetRemovableDrives to obtain drive information at runtime to set this
- property. If Directories and/or Files have been specified, then the
- component will search for files that match to these criteria as well.
- Example: RspFind1.Drives:='cde';
-
- property Directories: TStringList
- Specifies in what directory paths the component should search
- recursively. If these paths do not have drive letters specified, then a